records
Energy consumption of the municipality
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"bxl_consommation_energetique",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bxl_consommation_energetique"
}
] - "definitions":{
- "bxl_consommation_energetique":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bxl_consommation_energetique_records"
}
}
} - "records":
} - "properties":
- "bxl_consommation_energetique_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "gaz_normalise_kwh":,{
- "type":"number",
- "title":"Gas (normalized – kWh)",
- "description":"",
- "unit":"kWh"
} - "electricite_kwh":,{
- "type":"number",
- "title":"Electricity (kWh)",
- "description":"",
- "unit":"kWh"
} - "eau_m3":{
- "type":"number",
- "title":"Water (m3)",
- "description":"",
- "unit":"m3"
}
} - "annee":
}
} - "fields":
} - "properties":
} - "bxl_consommation_energetique":
}